.chat-block {
    position: fixed;
    right: 80px;
    bottom: 0;
    z-index: 99;
    width: 194px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    border: 1px solid #2d3f4c !important;
    border-bottom: 0;
    border-top: 0;
}

.chat-block .btn {
    background-color: #2d3f4c !important;
    border: 0;
    color: #fff !important;
    border: 0;
    border-radius: 0;
    display: table;
    padding: 0;
    white-space: normal;
    width: 100%;
}

.chat-block .chat-icon {
    background-color: #333 !important;
    display: table-cell;
    width: 50px;
    height: 46px;
    vertical-align: middle;
    padding: 5px;
}

.chat-block .title {
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    color: white !important;
}


/* fb live chat */
#fb-root iframe[data-testid="bubble_iframe"]{
    transform: scale(.8333);
    /* right: 70px !important; */
    bottom: 15px !important;
}
@media(min-width: 768px) {
    iframe.fb_customer_chat_bounce_in_v2,
    iframe.fb_customer_chat_bounce_out_v2 {
        right: 60px !important;
        bottom: 73px !important;
    }
}