.quillpost_foto_perfil {
    width: 24px;
    height: 24px;
}

.quillpost_username {
    font-size: 0.9em;
    color: gray;
}

.quillpost_data_postagem {
    font-size: 0.8em;
    color: gray;
}

.informacoes_comentario {
    height: 24px;
    background-color: white;
    top: -12px;
    left: 1.5em;
}

.container_botoes_salvar_cancelar_excluir_comentario {
    right: 8px;
    bottom: 4px;
}

.exibir_mais {
    left: 8px;
    color: blue;
    font-size: 0.9em;
    cursor: pointer;
}

.botao_customizado {
    padding: 0.1em 0.5em !important;
}

.ql-editor {
    padding-right: 2em !important;
}

.botao_editar {
    right: 8px;
    top: 8px;
    color: #a8a3a3;
}

.botao_excluir {
    color: #a8a3a3;
}

.comentario, .formulario_resposta_comentario, .botao_cancelar_resposta {
    transition: opacity 1s ease-in-out;
}
