a.ibl-wp-profile-main:active {
    /* background-color: #3e8e41; */
    box-shadow: unset;
    transform: translateY(4px);
}


.ibl-wp-profile-main{
	position: relative;
    max-width: 300px;
    min-height: 60px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    box-shadow: 0px 4px 8px 1px rgba(173, 173, 185, 0.94);
     -webkit-box-shadow: 0px 4px 8px 1px rgba(173, 173, 185, 0.94);
    -moz-box-shadow: 0px 4px 8px 1px rgba(173, 173, 185, 0.94);
        border-radius: 50vh;
        border-bottom: none !important;
            text-decoration: none;


    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    backface-visibility: hidden;
    will-change: transform;
  
        text-decoration: none !important;

  
}
.ibl-wp-profile-wrap:before {
    background: none;
    content: "";
    display: block;
    position: absolute;
    top: -11px;
    left: -11px;
    right: -11px;
    bottom: -11px;
    pointer-events: none;
    border-radius: 50%;
}


.ibl-wp-profile-wrap:after {
    content: "";
    width: 28px;
    height: 28px;
    background: #7FB54F;
  
       background: transparent url(../images/ic_online_wsp.png) center center no-repeat;
    background-size: 28px;
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 50px;
    border-radius: 50%;
    }

    .ibl-wp-profile {
  display: flex;
  flex-direction: row;
    height: 70px;
    padding: 0 8px 0px 0;
}

.ibl-wp-profile-wrap{
 border-radius: 50%;
    width: 70px;
    height: 70px;
        position: absolute;
    top: 50%;
    left: -5px;
    text-align: center;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.ibl-wpbtn-info{
        padding: 7px 20px 8px 98px;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    position: relative;
    z-index: 4;
    font-size: 12px;
    line-height: 1.35em;
}

.ibl-whatsapp-contact-name{
   font-size: 17px;
    font-weight: 900;
    margin-bottom: 3px;
        display: inline-block;
}
.ibl-wpbtn-title{
	font-size: 13px;
      margin-bottom: 2px;
}

.ibl-whatsapp-contact-name:hover {
	text-decoration: none !important;
}

.ibl-wpbtn-status{
display: inline-block;
    width: 11px;
    height: 10px;
    margin-left: 3px;
    
    border-radius: 50%;

    margin-left: 7px;
    background: #73f910c7;
}

.ibl-wp-profile-wrap:before {
    border: 7px solid white;
}


.ibl-wp-profile-icon-only {
    border: 4px solid #006830;
}

.ibl-wp-profile-icon-only {
    width: 65px;
    height: 65px;
}
.ibl-wp-profile-icon-only {
    border-radius: 50%;
    width: 85px;
    height: 85px;
    position: absolute;
}

.ibl-wp-profile-icon-only:after {
    content: "";
    width: 28px;
    height: 28px;
    background: #7FB54F;
    /* border: 3px solid #863232; */
    background: transparent url(../images/ic_online_wsp.png) center center no-repeat;
    background-size: 28px;
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: -6px;
    border-radius: 50%;
}

.ibl-wp-profile-wrap.without-after-element:before{
	content: none;
}
.ibl-wp-profile-icon-only.without-after-element:after{
	content: none;
}
.ibl-wp-profile-icon-only.without-before-element-border{
border: none !important;
}

.ibl-wp-profile-icon-only.icon_resizeable:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #7FB54F;
    /* border: 3px solid #863232; */
    background: transparent url(../images/ic_online_wsp.png) center center no-repeat;
    background-size: 26px;
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: -6px;
    border-radius: 50%;
}