.dot-in {
  background-color: #ff0000;
  list-style-type: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  z-index: 9999;
  margin: 7px;
  right: 0;
}

.dot-in.dot-online {
  background-color: #00ff00;
}

.page-content {
  background:
    radial-gradient(at 0% 0%, rgba(51, 105, 232, 0.3) 0px, rgba(0, 0, 0, 0) 50%),
    radial-gradient(at 98% 1%, rgba(213, 15, 37, 0.3) 0px, rgba(0, 0, 0, 0) 50%),
    transparent;
}

.body--dark .q-toolbar {
  color: #fff;
  background-color: #212121;
}

.q-toolbar {
  color: #000;
  background-color: #f5f5f5;
}

.body--dark a[data-v-580d1054] {
  color: #fff !important;
}

a[data-v-580d1054] {
  color: #000 !important;
}