.active-chat:hover {
	color: #206bc4;
	background-color: rgba(32,107,196,0.04);
}

#scroll_down {
	display: none;
	position: absolute;
	bottom: 110px;
	right: 40px;
	z-index: 1000;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #e0dede;
	opacity: 0.8;
	cursor: pointer;
}
#scroll_down:hover {
 	opacity: 1;
}
#scroll_down .down_arrow {
	text-align: center;
  margin-top: 4px;
}
.card-body {
    position: static !important;
}
#new_messages {
	display: none;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #00ff29;
	top: -8px;
  left: 8px;
  text-align: center;
}
#new_messages.show_number {
	display: block;
}
.number_messages {
  font-size: 12px;
}
.alert-register {
	display: none;
}

.btn-copy-offline {
	display: none;
}

.btn-scopy-offline {
	display: none;
}

.btn-copy-shuya {
	display: none;
}

.btn-scopy-shuya {
	display: none;
}

.form-control-alert {
	border: var(--tblr-border-width) solid #ff0000;
}
