.wcs_fixed_left .wcs_popup .wcs_popup_avatar {
    overflow: hidden;
    position: absolute;
    left: 114px;
    bottom: 104px;
}

.wcs_fixed_left .wcs_popup .wcs_popup_avatar img{
    width: 60px;
    height: 60px;
}

/* 2. BUTTON LEFT MIDDLE */
.wcs_fixed_middle_left{
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 20px;

    /*background: yellow;*/
}

/* 2. POPUP LEFT MIDDLE */
.wcs_fixed_middle_left .wcs_popup {
    left: 0;
}
.wcs_fixed_middle_left .wcs_popup .wcs_popup_avatar {
    overflow: hidden;
    position: absolute;
    left: 114px;
    bottom: 104px;
}

.wcs_fixed_middle_left .wcs_popup .wcs_popup_avatar img{
    width: 60px;
    height: 60px;
}

/* 3. BUTTON LEFT TOP */
.wcs_fixed_top_left{
    z-index: 999;
    position: fixed;
    top: 20px;
    left: 20px;

    /*background: yellow;*/
}
/* 3. POPUP LEFT TOP */
.wcs_fixed_top_left .wcs_popup {
    left: 0;
    top: 52px;
    margin-top: 20px;
}

.wcs_fixed_top_left .wcs_popup .wcs_popup_avatar {
    overflow: hidden;
    position: absolute;
    left: 114px;
    bottom: -76px;
}

.wcs_fixed_top_left .wcs_popup .wcs_popup_avatar img{
    width: 60px;
    height: 60px;
}

.wcs_fixed_right .wcs_popup .wcs_popup_avatar {
    overflow: hidden;
    position: absolute;
    left: 114px;
    bottom: 104px;
}

.wcs_fixed_right .wcs_popup .wcs_popup_avatar img{
    width: 60px;
    height: 60px;
}

/* 5. BUTTON RIGHT MIDDLE */
.wcs_fixed_middle_right{
    z-index: 999;
    position: fixed;
    top: 50%;
    right: 20px;
}

.wcs_fixed_middle_right .wcs_popup .wcs_popup_avatar {
    overflow: hidden;
    position: absolute;
    left: 114px;
    bottom: 104px;
}

.wcs_fixed_middle_right .wcs_popup .wcs_popup_avatar img{
    width: 60px;
    height: 60px;
}

/* BUTTON RIGHT TOP */
.wcs_fixed_top_right{
    z-index: 999;
    position: fixed;
    top: 20px;
    right: 20px;

    /*background: yellow;*/
}

/* POPUP RIGHT TOP */
.wcs_fixed_top_right .wcs_popup {
    right: 0;
    top: 52px;
    margin-top: 20px;
}

.wcs_fixed_top_right .wcs_popup .wcs_popup_avatar {
    overflow: hidden;
    position: absolute;
    left: 114px;
    bottom: -76px;
}

.wcs_fixed_top_right .wcs_popup .wcs_popup_avatar img{
    width: 60px;
    height: 60px;
}

.line-height-15{
    line-height: 1.5;
}

.wcs_button_label {
    background: #ffffff;
    float: right;
    margin: 4px 8px;
    position: relative;
    padding: 8px 12px;
    box-shadow: 0px 0px 5px 1px #0003;
    color: #2a2a2a;
}

.wcs_button_label::before {
    content: "";
    position: absolute;
    background: #ffffff;
    border-top: 1px solid #0003;
    border-left: 1px solid #0003;
    left: -5px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 1;
    transform: rotate(-45deg);
}

.wcs_button_circle {
    box-shadow: 0px 0px 3px 1px #00000070;
}

.wcs_popup_person_content {
    width: 75%;
}

.wcs_popup_person_status {
    float: right;
}

.wcs_popup_header strong{
    color: white;
}