.notify_icon {
background: #232323;
}
.top_status {

  border: 1px solid #232323;
  background: #232323;
}

.onswitch {
  background: #b422bd;
}

.cquote {
  border: 1px solid #d311df; /* Faint base border */
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px 0 #d311df50; /* Subtle static glow as fallback */
  transition: box-shadow 0.3s;
}

.cquote::after {
  content: "";
  position: absolute;
  top: -3px; left: -3px; right: -3px; bottom: -3px;
  border-radius: 8px; /* match your style */
  border: 2px solid transparent;
  pointer-events: none;
  z-index: 2;
  animation: cquote-glow 2s linear infinite;
}

@keyframes cquote-glow {
  0% {
    box-shadow: 0 0 4px 0 #d311df50, 0 0 8px 2px #d311df30;
    border-color: #d311df60;
  }
  50% {
    box-shadow: 0 0 16px 4px #d311dfb0, 0 0 32px 8px #d311df80;
    border-color: #d311dfb0;
  }
  100% {
    box-shadow: 0 0 4px 0 #d311df50, 0 0 8px 2px #d311df30;
    border-color: #d311df60;
  }
}


.emo_content .emoticon img {
  height: 30px;
}

.avatar_spin {
  border: 2px solid #c223cc;
  
} 

.fa.fa-circle-user {
	color: #c223cc !important;
}

.alert_neutral {
  color: #d10fdd;
  background: #1b1b1c;
  border-color: #1b1b1c;
}