
.a21chat-icon {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 50px;
    right: -9px;
    cursor: pointer;
    z-index: 9999;
    visibility: visible;
}

.a21chat-icon img {
    width: 100%;
    height: 100%;
}

.a21chat-icon-in {
    display:none;
}

.a21chat-body {
    width: 300px;
    position: fixed;
    background: rgba(255,255,255,1);
    padding: 10px;
    max-width: 400px;
    margin: 0 auto;
    right: 8px;
    bottom: 80px;
    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;
}

.a21chat-nome {
    margin: 0px 13px;
    text-align: center;
    font-weight: 600;
    margin-top: 4px;
}

.a21chat-funcao {
    font-style: italic;
    font-size: 10px;
    height: 15px;
    margin: -7px 13px 2px 13px;
    text-align: center;
}

.a21chat-notas {
    font-size: 9px;
    font-style: italic;
    text-align: center;
    margin: -4px 13px 0px 13px;
}

.a21chat-pessoa ul {
    list-style-type: none;
    margin: 6px 13px;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.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 {
    width: 100%;
    float: left;
}

.a21chat-pessoa ul li {
    width: 35px;
    margin: 0px 8px;
    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;
}

