.toast {
  opacity: 1 !important;
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #8d8d8d !important;
}

.toast-success {
  background-color: #23bf23 !important;
}

.toast-info {
  background-color: #0d6efd !important;
}

.toast-warning {
  background-color: #fd7e14 !important;
}

.toast-error {
  background-color: #dc3545 !important;
}

.whats-online {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 3px;
  bottom: 0;
  border: 1px solid #fff;
  background-color: #23bf23;
}

.whats-offline {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 3px;
  bottom: 0;
  border: 1px solid #fff;
  background-color: #dc3545;
}

.main-menu .navbar-header .navbar-brand .brand-text {
  color: #434345;
}

a {
  color: #434345;
}
