#fcbc iframe,
#fcbc span {
  display: block;
  width: 100% !important;
}
.pk-chat-item {
    position: fixed;
    cursor: pointer;
    width:60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3
}
.pk-whatsapp {
    background: linear-gradient(#69ca3b, #56a61e);
}
.pk-facebook-icon {
    background: rgb(255,105,102);
    background: linear-gradient(200deg, rgba(255,105,102,1) 0%, rgba(166,58,251,1) 50%, rgba(10,155,255,1) 100%);
}
.pk-chat-item .svgic {
    width:60%;
    height:60%;
    color:#fff;
}
.topleft {top:20px;;left:20px}
.topright {top:20px;;right:20px}
.bottomleft {bottom:20px;;left:20px}
.bottomright {bottom:20px;;right:20px}

#fb-root .fb_dialog iframe {margin:0 !important}
.fb-customerchat.topleft + .fb_dialog iframe,
.fb-customerchat.bottomleft iframe {top:20px !important;left:20px !important}
.fb-customerchat.topright + .fb_dialog iframe,
.fb-customerchat.bottomleft iframe {top:20px !important;right:20px !important}
.fb-customerchat.bottomleft + .fb_dialog iframe,
.fb-customerchat.bottomleft iframe {bottom:20px !important;left:20px !important}
.fb-customerchat.bottomright + .fb_dialog iframe,
.fb-customerchat.bottomleft iframe {bottom:20px !important;right:20px !important}