.popup_chat_info {
	position: absolute;
	bottom: 170%;
	width: 100%;
	right: 10px;
	width: 200px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;

	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
	justify-content: center;
	z-index: 999999;
}

.popup_chat_info .chat_info .chat_text {
	font-size: 14px;
	font-weight: 400;
	color: #444;
}

.popup_chat_info .chat_info {
	/* width: calc(100% - 185px); */
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.popup_chat_info .chat_info_qr {
	/* width: 100px;
	height: 100px;
	display: flex; */
	scale: 0.7;
}