#fluid {
    width: 100%;
    min-height: 100vh;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#menu-login {
    width: 100%;
    height: 70px;
    background-color: #4eb6b0;
    margin-bottom: 50px;
}

#container {
    max-width: 1200px;
    width: 100%;

    min-height: 500px;
    height: auto;
    display: grid;
    grid-template-columns: 35% 65%;
    margin: 0 auto 30px;
    /* overflow: hidden; */
}

.conversas {
    display: grid;
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
    cursor: pointer;
    grid-template-columns: 10% 90%;
}

::-webkit-scrollbar-track {
    background-color: #f4f4f4;
    border-radius: 4px;
}

::-webkit-scrollbar {
    width: 6px;
    background: #f4f4f4;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #dad7d7;
    border-radius: 4px;
}

.conversas img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.infos {
    width: 100%;
}

h3 {
    font-size: 25px;
    font-family: nunito-black;
    color: #4eb6b0;
    padding-left: 50px;
    margin-bottom: 25px;
}

.infos h6 {
    font-size: 16px;
    font-family: nunito-semibold;
    color: #474848;
    margin-bottom: 3px;
}

.infos p {
    width: 100%;
    font-family: nunito-regular;
    color: #a3a3a3;
    font-size: 13px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.data {
    font-size: 13px !important;
    margin-bottom: 5px !important;
}

.lista {
    width: 100%;
    min-height: 400px;
    height: auto;
    overflow: hidden;
    /* overflow-y: visible; */
}

.area-lista {
    width: 100%;
    height: 420px;
    overflow-y: auto;
    border-left: solid 7px #4eb6b0;
    padding: 15px 30px;
    box-sizing: border-box;
}

footer#footer-login {
    width: 100%;
    height: 80px;
    border-bottom: solid 15px #4eb6b0;
    display: flex;
    justify-content: center;
}

footer#footer-login p {
    font-family: nunito-regular;
    color: #c6c1c1;
    display: flex;
    font-size: 14px;
    align-items: center;
}

footer#footer-login p img {
    height: 18px;
    margin-left: 10px;
}

.detalhes {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.pergunta {
    width: 100%;
    min-height: 50px;
    height: auto;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 40px;
}

.titulo {
    font-family: nunito-semibold;
    font-size: 15px;
    color: #4b4b4b;
}

.texto {
    font-family: nunito-regular;
    font-size: 15px;
    color: #4b4b4b;
}

.resposta {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

textarea,
textarea:focus {
    width: 100%;
    resize: none;
    border-radius: 11px;
    border: solid 1px #dddddd;
    outline: none;
    padding: 10px;
}

button {
    width: 220px;
    height: 40px;
    outline: none;
    border: none;
    background-color: #4eb6b0;
    border-radius: 4px;
    font-family: nunito-semibold;
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
    outline: none;
}

.sem_chamadas p{
    font-size: 22px;
}