
.bf-prochat {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    z-index:99999;
    position:absolute;
    right:0px;
    top:0px;
}

.bf-prochat .bf-toggle {
    cursor: pointer;
    position: absolute;
    top: 157px;
    right: 0px;
    padding: 15px 18px;
    background-color: #FFB300;
    border-radius: 3px 0px 0px 3px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2), 0 4px 8px rgba(0, 0, 0, .25);
    transition: right .4s;
}

.bf-prochat .bf-toggle:hover {
    background-color: #FFA000;
}

.bf-prochat .bf-toggle svg.chat {
    height: auto;
    max-height: 100%;
    width: 40px;
    display: block;
    margin: 0px auto 5px;
    fill: #fff;
}

.bf-prochat .bf-toggle svg.close {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    fill: #fff;
    width: 13px;
}
/* svg.close */

.bf-prochat .bf-toggle span.txt {
    display: block;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1em;
    margin: 0px;
    padding: 0px;
}

.bf-prochat .bf-toggle span.main {
    margin-bottom: 3px;
}

.bf-prochat .bf-toggle span.sub {
    opacity: .8;
}

.bf-messenger {
    position: fixed;
    right: -381px;
    top: 0px;
    height: 100%;
    width: 380px;
    background-color: #fff;
    border-left: 1px solid rgb(200, 200, 200);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15), 0 10px 20px rgba(0, 0, 0, .2);
    transition: right .4s;
}

.bf-messenger iframe {
    width: 100%;
    height: 100%;
}

.bf-prochat.open .bf-toggle {
    right: 380px
}

.bf-prochat.open .bf-toggle svg.close {
    display: block;
}

.bf-prochat.open .bf-messenger {
    right: 0px
}
