﻿

.contato-celula-zap {
    display: flex;
    align-items: center;
    padding: 10px;
    background: white;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    margin-bottom: 5px;
    border-radius: 4px;
    transition: 0.2s;
}

.contato-celula-zap:hover {
        background: #f1f1f1;
}

.status-bolinha {
    margin-left: 10px;
}
