.overlay.popup_hd_qrchat {
    overflow-y: scroll;
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.popup_hd_qrchat .main_popup {
	position: relative;
    top: 100px;
    background-color: white;
    width: 520px;
	max-width: 95%;
    margin: auto;
    border-radius: 8px;
    padding: 20px 24px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
	display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}	
.popup_hd_qrchat .boxtitle_pp {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 10px;
}
.popup_hd_qrchat .title_pp {
	font-size: 18px;
    line-height: 21.6px;
    font-weight: bold;
    text-align: center;
	width: calc(100% - 28px);
}
.popup_hd_qrchat .boxcontent_pp {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.popup_hd_qrchat .item_content_pp {
    display: flex;
    gap: 15px;
    align-items: center;
}
.popup_hd_qrchat .stt_pp {
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4c5bd4;
    border-radius: 99em;
    color: #fff;
}
.popup_hd_qrchat .txt_pp {
    font-size: 16px;
    line-height: 19px;
	width: calc(100% - 47px);
}
.popup_hd_qrchat .close_pp {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.popup_hd_qrchat .txt_pp img {
    width: 24px;
    height: 24px;
}
.popup_hd_qrchat .boxqr_download_chat365 img {
    width: 180px;
    height: 180px;
}