.msg-barra{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:14px}.msg-barra .msg-btn-nova{-ms-flex-negative:0;flex-shrink:0}.msg-lista{border:1px solid #ebeef5;border-radius:6px;overflow:hidden}.msg-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;padding:12px 14px;border-bottom:1px solid #f2f2f5;cursor:pointer;-webkit-transition:background .15s;transition:background .15s}.msg-item:last-child{border-bottom:none}.msg-item:hover{background:#f5f7fa}.msg-item.msg-nao-lida{background:#ecf5ff}.msg-item-icone{font-size:18px;padding-top:2px}.msg-item-conteudo{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.msg-item-topo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:8px}.msg-item-pessoa{color:#303133;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-item-data{color:#909399;font-size:12px;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0}.msg-item-assunto{color:#409eff;font-size:13px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-item.msg-nao-lida .msg-item-assunto,.msg-item.msg-nao-lida .msg-item-pessoa{font-weight:700}.msg-vazio{padding:28px 14px;text-align:center;color:#909399;font-size:14px}@media (max-width:640px){.msg-dialog{width:94%!important;margin-top:8vh!important}.msg-dialog .el-dialog__body{padding:12px 16px}.msg-barra .msg-btn-nova{-webkit-box-flex:1;-ms-flex:1;flex:1}}