.date-divider {
    text-align: center;
    margin: 10px auto;
    font-weight: bold;
    font-size: 12px;
    color: #888;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.date-divider span {
    background: #f1f1f1;
    <!-- padding: 5px 10px; -->
    border-radius: 5px;
}

.chat {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.chat__bubble {
    max-width: 60%;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    text-align: justify;
}

/* Mensagens recebidas à esquerda */
.chat__bubble--rcvd {
    background:rgb(230, 228, 228);
    color: black;
    align-self: flex-start;
    border-bottom-right-radius: 10px;
}

/* Mensagens enviadas à direita */
.chat__bubble--sent {
    background:rgb(181, 254, 109);
    color: black;
    align-self: flex-end;
    border-bottom-left-radius: 10px;
}

.status-1, .status-2, .status-3 {
    
    font-size: 10px;
    text-align: right;
    color: #666;
    align-self: flex-end;
}

.clr {
    clear: both;
    font-size: 0;
}

#msg-container{
    width: 70vw;
}
#msg-botoes-laterais{
    width: 5vw;
    float: right;
}
#modal-analise-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
label textarea{
    vertical-align: middle;
}
label input{
    vertical-align: middle;
}
#msg_table {
    float: center;
    border: 1px solid grey;
    border-radius: 10px 10px 2px 2px ;
    overflow:auto;
    width: 60vw;
    height: 35vw;
    padding: 5px;
}
#msg-bar {
    float: left;
    width: 50vw;
}

ul{} .chat {
    margin: 0;
    padding: 0;
    list-style: none;
}
.c
.chat__bubble--sent + .chat__bubble--sent {
    border-top-right-radius: 2px;
}
.chat__bubble--rcvd + .chat__bubble--rcvd {
    border-top-left-radius: 2px;
}
div{}.status-1, .status-2, .status-3 {
    position: absolute;
    bottom: 2px;
    right: 5px;
    font-size: 0.7em;
    color: white;
}
.status-1 {
    color: white;
}
.status-2 {
    color: slategray;
}
.status-3 {
    color: dodgerblue;
}
.chat__bubble img {
    display: block;
    margin-top: 5px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.chat__bubble img:hover {
    transform: scale(1.5);
}
#map {
    height: 400px;
    width: 100%;
}
.pac-container {
    z-index: 1051 !important;
}
.clickable-item {
    cursor: pointer;
}
