.whatsappboxchat {
    display      : block;
    visibility   : visible;
    opacity      : 1;
    transform    : translateY(0) scale(1);
    position     : fixed;
    background   : white;
    max-width    : 360px;
    width        : 100%;
    border-radius: 6px;
    box-shadow   : 0 8px 25px -5px rgba(45, 62, 79, .15);
    opacity      : 1;
    transition   : all .3s;
    z-index      : 99999;
}

.whatsappboxbotton {
    background-color: #0dc152;
    color           : rgba(255, 255, 255, 1);
    align-items     : center;
    justify-content : center;
    height          : 40px;
    white-space     : nowrap;
    line-height     : 100%;
    padding         : 1px 20px;
    border-radius   : 50px;
    position        : fixed;
    cursor          : pointer;
    box-shadow      : 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    transition      : box-shadow 80ms ease-in-out, width .4s ease .2s;
    z-index         : 9999999;
}

.listhader {
    background-color: rgb(92, 183, 106);
    color           : rgba(255, 255, 255, 1);
    padding         : 10px 40px 5px 20px;
    border-radius   : 6px 6px 0 0;
}

.whatsappcloselist {
    width           : 11px;
    height          : 10px;
    position        : absolute;
    top             : 7px;
    right           : 7px;
    background-image: url('../images/close.png');
    background-size : cover;
}

.whatsappPersonAccount {
    padding        : 10px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    position       : relative;
    color          : rgba(85, 85, 85, 1);

}

.whatinfo {
    float       : left;
    width       : calc(100% - 40px);
    padding-left: 10px;
}

.personname {
    color      : black;
    font-weight: 600;
}

.whatinfo>span {
    width: 100%;
    float: left;
}

.whatinfo .default {
    color    : #5f5858;
    font-size: 13px;
}

#showlist .showlistimg {
    margin-right: 5px;
    width       : 25px;
}

.personImage {
    float          : left;
    width          : 60px;
    height         : 60px;
    position       : relative;
    background-size: cover;
}

.closeButtonImage {
    width           : 7px;
    height          : 6px;
    background-image: url("../images/close.png");
    position        : fixed;
}