.pliffer-chat.chat{
    z-index: 1000;
    position: fixed;
    bottom: 0;
    background: orange;
    padding: 0;
    box-shadow: 5px 4px 16px 0px rgba(0, 0, 0, 0.48);
    border: 1px solid #3a3a3a;
    margin: 0 30px;
    width: 245px;
}

.android .pliffer-chat.chat, .ios .pliffer-chat.chat{
    right: 0 !important;
    top: 48px;
    height: 100%;
}

.android .pliffer-chat.chat .messages-side, .ios .pliffer-chat.chat .messages-side{
    width: 100%;
}

.chat-btn{
    font-size: 35px;
    vertical-align: middle;
    color: #ffecc8;
    padding-left: 10px;
}

.chat-minimized .pliffer-chat .messages-div{
    padding: 0;
}

.chat-minimized .pliffer-chat .messages-div .messages-side{
    height: 0;
}

.chat-minimized .pliffer-chat textarea, .chat-minimized .pliffer-chat button{
    display: none;
}

.pliffer-chat .messages-div{
    padding: 10px;
    transition: 1s padding;
}
.pliffer-chat .banner-info{
    margin-top: 1px;
    padding: 0.3em 1em 0.1em 1em;
    position: absolute;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    margin-top: -20px;
    color: #333333;
    font-weight: 700;
    /* Compactipilidade com --web-kit --moz para a transition de background */
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    width: 204px;
    /* Gradiente */
    background: #f4f4f4;
    background: -moz-linear-gradient(180deg, rgba(244,244,244,0.8337710084033614) 5%, rgba(244,240,240,0.8477766106442577) 57%, rgba(232,232,232,0.7413340336134453) 86%);
    background: -webkit-linear-gradient(180deg, rgba(244,244,244,0.8337710084033614) 5%, rgba(244,240,240,0.8477766106442577) 57%, rgba(232,232,232,0.7413340336134453) 86%);
    background: linear-gradient(180deg, rgba(244,244,244,0.8337710084033614) 5%, rgba(244,240,240,0.8477766106442577) 57%, rgba(232,232,232,0.7413340336134453) 86%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#e8e8e8",GradientType=1);
    cursor: pointer;
}
.pliffer-chat .banner-info:hover{
    background: rgb(244,244,244);
    background: -moz-linear-gradient(0deg, rgba(244,244,244,0.9766281512605042) 5%, rgba(244,240,240,0.9738270308123249) 57%, rgba(232,232,232,0.9766281512605042) 86%);
    background: -webkit-linear-gradient(0deg, rgba(244,244,244,0.9766281512605042) 5%, rgba(244,240,240,0.9738270308123249) 57%, rgba(232,232,232,0.9766281512605042) 86%);
    background: linear-gradient(0deg, rgba(244,244,244,0.9766281512605042) 5%, rgba(244,240,240,0.9738270308123249) 57%, rgba(232,232,232,0.9766281512605042) 86%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#e8e8e8",GradientType=1);
}
.pliffer-chat .banner-info .profile-picture img{
    height:35px!important;
    width:35px!important;
    margin-right:10px;
    margin-left:-9px
}
.pliffer-chat .banner-info strong{
    line-height: 2;;
}
.pliffer-chat .banner-edit{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 7px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 0.8em;
}
.pliffer-chat .banner-edit a:hover{
    cursor:pointer;
}
.pliffer-chat .banner-edit a{
    color: #0da4d3;   
}
.pliffer-chat .banner-edit strong:before{
    content: "\f05a";
    font-size: 1.6em;
    padding: 7px;
    font-weight: 600;
    justify-content:;
    color: #58ceff;
    font-family: "Font Awesome 5 Free";
}

.pliffer-chat .fa-close{
    font-size: 1.4em;
    float: right;
    padding: 12px 16px;
}

.pliffer-chat.pliffer-chat-b .fa-close{
    font-size: 2.4em;
}

.pliffer-chat .welcome-side{
    max-width: 150px;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    display: none;
    color: white;
}

.pliffer-chat .welcome-side input{
    width: 100%;
    border: 1px solid silver;
    margin: 5px 0;
    padding: 10px;
}

.pliffer-chat.welcome .welcome-side{
    display: block;
}

.pliffer-chat.chat.not-initialized{
    bottom: 20px;
    background: white;
    padding: 14px 20px;
    cursor: pointer;
}

.pliffer-chat.chat textarea:focus{
    outline: none;
}

.pliffer-chat.chat textarea {
    background: #353535;
    color: white;
    text-align: left;
    border: 0;
    border-radius: 4px;
    width: 67%;
    padding: 5px;
    font-size: 13px;
    font-family: calibri;
    resize: none;
    vertical-align: middle;
}

.pliffer-chat.chat button{
    height: 40px;
    background: #52ff59;
    border: 0;
    width: 25%;
}

.pliffer-chat.chat .mine div.chat-piece{
    background: #B17200;
    color: white;
}

.pliffer-chat.chat .mine{
    text-align: right;
}

.pliffer-chat.chat div.chat-piece {
    display: inline-block;
    text-align: left;
    max-width: 80%;
    margin: 6px;
    font-size: 14px;
    word-wrap: break-word;
    background: white;
    border-radius: 4px;
    color: black;
    padding: 5px;
}

.pliffer-chat.chat .messages-side {
    height: 204px;
    width: 220px;
    overflow: auto;
    transition: 1s height;
}

.pliffer-chat.chat .text-name{
    font-size: 21px;
    white-space: nowrap;
    margin-left: 10px;
    color: white;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    width: 75%;
    vertical-align: middle;
}

.pliffer-chat.chat .close-button{
    font-size: 20px;
    vertical-align: middle;
    color: white;
}

.pliffer-chat.chat .profile-picture{
    float: left;
}

.pliffer-chat.chat .profile-picture img{
    width: 60px;
    height: 60px;
    border-radius: 45px;
}

.pliffer-chat.chat .hello-side{
    display: none;
}

.pliffer-chat.chat.not-initialized .hello-side{
    display: block;
}

.pliffer-chat.chat.welcome textarea, .pliffer-chat.chat.welcome .messages-side{
    display: none;
}

.pliffer-chat.chat.not-initialized textarea, .pliffer-chat.chat.not-initialized .messages-side, .pliffer-chat.not-initialized .title{
    display: none;
}

.pliffer-chat .hello-side img{
    filter: invert();
}

.pliffer-chat .talk-with-us{

}

.pliffer-chat .right-info{
    display: inline-block;
    font-family: arial;
    padding: 0px 22px;
}

.pliffer-chat .disponible{
    font-size: 70%;
    margin: 4px 0;
    color: #00ca00;
}

.pliffer-chat .disponible:before{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: green;
    margin-right: 10px;
    position: relative;
}

.pliffer-chat .title{
    margin: 0;
    padding: 10px;
}

.pliffer-chat .title img{
    width: 20px;
    vertical-align: middle;
}

.pliffer-chat .title .text{
    margin-left: 10px;
    color: white;
    font-size: 20px;
    font-family: sans-serif, arial, calibri;
}

.pliffer-chat .date{
    float: right;
    font-size: 72%;
    margin: 2px 2px 0 5px;
    color: #848484;
    display: inline-block;
    vertical-align: text-top;
}

.pliffer-chat .mine .date{
    color: #5a3e0b;
}

.pliffer-chat input.err{
    border-color: red !important;
    outline: red 1px solid;
}

[page=chat]{
    /*background: orange;*/
}

[page=chat] .pliffer-chat.chat{
    padding: 0;
}

[page=chat] .pliffer-chat.chat .messages-side{
    width: 100%;
    height: 190px;
}

[page=chat] .pliffer-chat{
    position: inherit;
    border: none;
    box-shadow: none;
}

[onclick="Login.closeB2bLogin()"]{
    color: black;
}

.fas.is-online{
    color: #00a700;
}

.notifica.chat-notification{
    pointer-events: all;
}

.notifica.chat-notification .close-chat-notification{
    display: inline-block;
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 9px;
    font-family: verdana;
}

.pliffer-chat [online-handler]{
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #ff005e;
    vertical-align: middle;
    margin-left: 4%;
}

.chat-time {
    font-size: .8em;
    margin: -4px 6px;
}