/*****Widget-Logs*****/

#widgetLogs .cell,
#widgetChat .cell,
#widgetFilters .cell,
#widgetGenChat .cell {
  padding: 0 5px;
}

#widgetLogs .cell.danger,
#widgetChat .cell.danger,
#widgetGenChat .cell.danger {
  background-color: #ffc3c9;
}

#widgetLogs .cell.success,
#widgetChat .cell.success,
#widgetGenChat .cell.success {
  background-color: #c6f5b2;
}

#widgetChat .name {
  font-weight: bold;
  font-style: italic;
  pointer-events: none;
}

#widgetChat .message {
  pointer-events: none;
  white-space: pre-wrap;
}

#widgetChat .danger.lock {
  color: #ff1616;
}

#widgetFilters select {
  width: 100%;
  overflow: hidden;
}