
.smalltext {
  font-size: 10px!important;
  background-color: #1E1E1E;
}
.smalltext .v-card__text {
  font-size: 13px!important;
  padding: 0px;
}
.smalltext .v-card__text .bar-big {
  font-size: 22px!important;
  text-align: center!important;
  justify-content: center;
  margin: 0px!important;
}
.smalltext .v-card__text .bar-small {
  font-size: 10px!important;
  text-align: center!important;
}
.message-list .v-list-item {
  border-left: 3px solid transparent;
  transition: all 0.2s;
}
.message-list .v-list-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.message-error {
  border-left-color: #f44336 !important;
  background-color: rgba(244, 67, 54, 0.05);
}
.message-warning {
  border-left-color: #ff9800 !important;
  background-color: rgba(255, 152, 0, 0.05);
}
.message-info {
  border-left-color: #2196f3 !important;
  background-color: rgba(33, 150, 243, 0.05);
}
.message-click {
  border-left-color: #4caf50 !important;
  background-color: rgba(76, 175, 80, 0.05);
}
.message-e-stop {
  border-left-color: #d32f2f !important;
  background-color: rgba(211, 47, 47, 0.1);
}

