.avatar .remote-image {
  background-image: url("https://i.imgur.com/vij5snd.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.settings-layout .tabs > li > a { color: white !important; }
.settings-layout .tabs > li:hover > a { border-left: 8px solid white !important; }

#nav-events a {
  color: white !important;
  font-size: 16px !important;
  font-weight: bold !important;
}
#nav-dashboards a {
  color: white !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

body.dark-theme a { color: #00adef; }

body.dark-theme #nav-alerts:focus-within, body.dark-theme #nav-alerts:hover, body.dark-theme #nav-dashboards:focus-within, body.dark-theme #nav-dashboards:hover, body.dark-theme #nav-events:focus-within, body.dark-theme #nav-events:hover, body.dark-theme #nav-data:focus-within, body.dark-theme #nav-data:hover, body.dark-theme #nav-settings:focus-within, body.dark-theme #nav-settings:hover, body.dark-theme #nav-user:focus-within, body.dark-theme #nav-user:hover, body.dark-theme #nav-support:focus-within, body.dark-theme #nav-support:hover {
  border-bottom: 3px solid white !important;
}