/* assets/css/style.css */
body {
  background: #f8fafc;
}
.navbar-brand {
  font-weight: 700;
}
.card-icon {
  font-size: 1.8rem;
}
.badge-online {
  background-color: #28a745 !important;
}
.badge-offline {
  background-color: #dc3545 !important;
}
.table-actions .btn {
  margin-right: .25rem;
}
.w-600 {
  max-width: 600px;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer {
  color: #6c757d;
}
/* TinyMCE height */
.tox-tinymce {
  border-radius: .5rem;
}
