
.a21chat-icon {
    position: relative;
    width: 65px;
    height: 65px;
    bottom: 130px;
    right: 7px;
    cursor: pointer;
    z-index: 9999;
    visibility: visible;
}

.a21chat-icon img {
    width: 100%;
    height: 100%;
}

.a21chat-icon-in {
    display:none;
}

.a21chat-body {
    width: 300px;
    position: absolute;
    background: rgba(255,255,255,1);
    padding: 10px;
    max-width: 400px;
    margin: 0 auto;
    right: 20px;
    bottom: 100px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgb(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
    z-index: 9999;
}

.a21chat-body-hidden{
    visibility: hidden;
}

.a21chat-logo {
    text-align: center;
}

.a21chat-logo img {
    max-height: 45px !important;
}

.a21chat-pessoa {
    margin: 2px;
    height: 100px;
    width: 272px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 5px;
    margin-right: -30px;
    overflow: hidden;
    background-color: rgba(240,240,240,1);
}

.a21chat-pessoa:hover {
    background-color: rgba(240,240,240,1);
}

.a21chat-pessoa img {
    width: 100%;
    height: auto;
    margin-top: -18px;
}

.a21chat-nome {
    margin-left: 0;
    font-size: 14px;
    line-height: 10px;
    font-weight: 600;
    margin-top: 5px;
    color: #000;
}
.a21chat-telefone {
    margin-left: 0;
    font-size: 12px;
    line-height: 10px;
    font-weight: 600;
    margin-top: 10px;
    color: #333;
}

.a21chat-funcao {
    margin-left: 0;
    font-style: italic;
    font-size: 10px;
    margin-top: -10px;
    margin-bottom: 19px;
    height: 15px;
    color:#999;
}

.a21chat-notas {
    margin-left: 11px;
    font-size: 9px;
    margin-top: -12px;
    font-style: italic;
}

.a21chat-pessoa ul {
    display: inline-flex;
    list-style-type: none;
    margin-left: -40px;
}

.a21chat-pessoa ul a {
    transition: all 0s !important
}

.a21chat-imagem {
    width: 35%;
    float: left;
    height: 100px;
    background-size: cover;
    background-position: center center;
    margin-top:-1px;
    border-radius: 0px 0px 28px 0px;
}

.a21chat-dados {
    text-align: left;
    left: 5px;
    position: relative;
    width: 100%;
}

.a21chat-pessoa ul li {
    width: 35px;
    height: 35px;
    margin: 0px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0px 0px 2px 2px;
}

.a21chat-pessoa ul li:hover {
    background-color: #fff;
}

.a21chat-pessoa ul li img {
    width: 25px;
}

.a21chat-close {
    display: inline-block;
    position: relative;
    top: -33px;
    right: -10px;
    font-size: 26px;
    font-weight: 900;
    float: right;
    cursor: pointer;
    padding: 5px 10px;
    margin-bottom: -39px;
}

