﻿
#lhc_status_container {
    box-sizing: content-box;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    border-right: 0;
    border-bottom: 0;
    padding: 5px 0px 0px 5px;
    width: 190px;
    font-family: arial;
    font-size: 12px;
    transition: 1s;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2147483647;
}

    #lhc_status_container * {
        direction: ltr;
        text-align: left;
        font-family: arial;
        box-sizing: content-box;
        zoom: 1;
        margin: 0;
        padding: 0;
    }

#lhc_need_help_container {
    width: 235px;
    position: absolute;
    color: #ffffff;
    padding: 10%;
    margin-top: -140px;
    background-image: url(https://www.bancorbras.com.br/Umbraco/Images/BOX%20-%20chat.png);
    background-size: 100%;
    display: none;
}

#lhc_need_help_main_title {
    font-size: 16px;
    font-weight: bold;
    cursor: default;
    line-height: 1.5;
}

#lhc_need_help_image img {
    border-radius: 30px;
    border: 1px solid #d0d0d0;
}

#lhc_need_help_close {
    cursor: pointer;
    float: right;
    color: #FFF;
    right: 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 0px;
    line-height: 20px;
    margin-right: -20px;
    margin-top: -10px;
}

#lhc_need_help_sub_title {
    cursor: default;
    line-height: 1.5;
}

#lhc_need_help_buttons {
    font-weight: bold;
    font-size: 10px;
}

#lhc_need_help_buttons > button {
    background-color: rgb(245, 225, 178);
    border: 0px;
    border-radius: 15px;
    padding: 2%;
    color: rgb(3, 79, 129);
}

#lhc_need_help_icon {
    margin-right: -110px;
    margin-bottom: 10px;
    margin-left: 70px;
}
